configuration / chassis0 / slots / [SLOT-ID] / [gns181_uc] / module / havequick

CLI REST-API

rx-offset

RX offset in seconds
This is a read-write object and valid values are signed integers.

Datatype-Help:
value must be a signed number.



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/havequick
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/havequick/tx-format
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/havequick/tx-inverted
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/havequick/tx-gen-local-time
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/havequick/rx-format
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/havequick/rx-min-tfom
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/havequick/rx-inverted
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/havequick/rx-external-pps

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/havequick


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/havequick


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/havequick
Body:
{
  "rx-offset": 0
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/havequick -d
{
  "rx-offset": 0
}